Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Seamless Morpho vaults to TVL #13129

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fredwes
Copy link

@fredwes fredwes commented Jan 16, 2025

Seamless protocol is launching new vaults on Morpho and would like to include this in the protocols TVL numbers with the double counted flag set to true. This would include all current and future Morpho vaults on Base that are owned onchain by Seamless Protocol governance.

@llamabutler
Copy link

The adapter at projects/seamless exports TVL:

base-borrowed             36.08 M
borrowed                  36.08 M
base                      19.04 M

total                    19.04 M 

},
{ base: { tvl: geyserTvl } },
{
doublecounted: true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, atm we dont support partial doublecounted tvl :(

methodology: methodologies.lendingMarket,
base: baseAAVE,
}, { base: { tvl: geyserTvl } }]);
const SeamlesMorphoVaultsTVL = async (api) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can create a new sublisting for this, but how do these vaults work? can users borrow against their deposits here? other issue is, even if your team is curating the morpho vaults, the tvl belongs to morpho project. We are thinking of adding curator category to tackle this, but atm, we reject curator projects :(

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These vaults will lend assets to Morpho borrowing markets (rebalancing across markets to obtain the best risk adjusted yield), users cannot borrow against these assets as collateral, it's the same as other yield vaults like those on Yearn or Beefy that allocate to Aave, Compound, Morpho, etc. Seamless protocol in this case is the owner of these vaults NOT the curator. Seamless Protocol governance controls these vaults and earns the fees not Morpho, although we did deploy them using a factory contract that was deployed by Morpho vs forking or building from scratch a separate ERC4626 vault contract like other Seamless vault contracts.

@g1nt0ki g1nt0ki self-assigned this Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants